sugar_path 0.0.4

Sugar functions for manipulating paths
Documentation

sugar_path

Sugar functions for manipulating paths.

For Node.js developers

  • basename()
    • Path#file_name()
    • Path#file_prefix()
    • Path#file_stem()
  • dirname()
    • Path#parent()
  • extname()
    • Path#extension()
  • format()
    • wip
  • isAbsolute()
    • Path#is_absolute()
  • path.normalize()
    • SugarPath#normalize()
  • relative()
    • wip
  • resolve()
    • wip